PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFRectilinearMeasure Class / getCXY Method
In This Topic
    getCXY Method
    In This Topic
    Gets the conversion factor.
    It shall be used for calculations (distance, area, and angle) where the units are be equivalent; if not specified, these calculations may not be performed.
    Syntax
    public double getCXY()

    Return Value

    A factor that shall be used to convert the largest units along the y axis to the largest units along the x axis.
    See Also